home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / ID99MENU.DIR / 00023.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  262 b   |  16 lines

  1. property s
  2. global demos, currtitle
  3.  
  4. on beginSprite me
  5.   s = me.spriteNum
  6. end
  7.  
  8. on prepareFrame me
  9.   if currtitle = 0 then
  10.     sprite(s).visible = 0
  11.     exit
  12.   end if
  13.   thedemo = getAt(demos, currtitle)
  14.   sprite(s).visible = rollOver(s) and (thedemo <> EMPTY)
  15. end
  16.